Arkanjo
0.1
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
Here is a list of all variables with links to the classes they belong to:
- _ -
__pad0__ :
detail::iter_impl< BasicJsonType >
,
detail::serializer< BasicJsonType >
__pad1__ :
detail::iter_impl< BasicJsonType >
__pad3__ :
basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType, CustomBaseClass >
__pad4__ :
basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType, CustomBaseClass >
- a -
array_iterator :
detail::internal_iterator< BasicJsonType >
- b -
BAD_INPUT :
duplicate_code_detection.ReturnCode
BOLD :
duplicate_code_detection.CliColors
byte :
detail::parse_error
bytes :
detail::serializer< BasicJsonType >
bytes_after_last_accept :
detail::serializer< BasicJsonType >
- c -
chars_read_current_line :
detail::position_t
chars_read_total :
detail::position_t
config_ :
Config
content :
Line_content
- d -
decimal_point :
detail::serializer< BasicJsonType >
- e -
e :
detail::dtoa_impl::cached_power
,
detail::dtoa_impl::diyfp
else :
detail::serializer< BasicJsonType >
EMPTY_PATTERN :
Similarity_Explorer
ENDC :
duplicate_code_detection.CliColors
ensure_ascii :
detail::serializer< BasicJsonType >
error_handler :
detail::serializer< BasicJsonType >
- f -
f :
detail::dtoa_impl::cached_power
,
detail::dtoa_impl::diyfp
FAIL :
duplicate_code_detection.CliColors
- h -
HEADER :
duplicate_code_detection.CliColors
- i -
id :
detail::exception
indent_char :
detail::serializer< BasicJsonType >
indent_string :
detail::serializer< BasicJsonType >
inverse :
basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType, CustomBaseClass >
- k -
k :
detail::dtoa_impl::cached_power
kPrecision :
detail::dtoa_impl::diyfp
- l -
line_number :
Line_content
lines_read :
detail::position_t
loc :
detail::serializer< BasicJsonType >
- m -
m_data :
basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType, CustomBaseClass >
m_it :
detail::iter_impl< BasicJsonType >
m_value :
basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType, CustomBaseClass >
minus :
detail::dtoa_impl::boundaries
- n -
number_buffer :
detail::serializer< BasicJsonType >
- o -
object_iterator :
detail::internal_iterator< BasicJsonType >
OKBLUE :
duplicate_code_detection.CliColors
OKGREEN :
duplicate_code_detection.CliColors
- p -
path1 :
Comparation
path2 :
Comparation
plus :
detail::dtoa_impl::boundaries
primitive_iterator :
detail::internal_iterator< BasicJsonType >
- r -
rhs :
basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType, CustomBaseClass >
- s -
similarity :
Comparation
state :
detail::serializer< BasicJsonType >
string_buffer :
detail::serializer< BasicJsonType >
SUCCESS :
duplicate_code_detection.ReturnCode
- t -
thousands_sep :
detail::serializer< BasicJsonType >
THRESHOLD_EXCEEDED :
duplicate_code_detection.ReturnCode
- u -
UNDERLINE :
duplicate_code_detection.CliColors
undumped_chars :
detail::serializer< BasicJsonType >
UNLIMITED_RESULTS :
Similarity_Explorer
- v -
value :
detail::has_from_json< BasicJsonType, T, enable_if_t< !is_basic_json< T >::value > >
,
detail::has_non_default_from_json< BasicJsonType, T, enable_if_t< !is_basic_json< T >::value > >
,
detail::has_to_json< BasicJsonType, T, enable_if_t< !is_basic_json< T >::value > >
,
detail::is_compatible_array_type_impl< BasicJsonType, CompatibleArrayType, enable_if_t< is_detected< iterator_t, CompatibleArrayType >::value &&is_iterator_traits< iterator_traits< detected_t< iterator_t, CompatibleArrayType > > >::value &&!std::is_same< CompatibleArrayType, detected_t< range_value_t, CompatibleArrayType > >::value > >
,
detail::is_compatible_integer_type_impl< RealIntegerType, CompatibleNumberIntegerType, enable_if_t< std::is_integral< RealIntegerType >::value &&std::is_integral< CompatibleNumberIntegerType >::value &&!std::is_same< bool, CompatibleNumberIntegerType >::value > >
,
detail::is_compatible_object_type_impl< BasicJsonType, CompatibleObjectType, enable_if_t< is_detected< mapped_type_t, CompatibleObjectType >::value &&is_detected< key_type_t, CompatibleObjectType >::value > >
,
detail::is_compatible_string_type< BasicJsonType, CompatibleStringType >
,
detail::is_compatible_type_impl< BasicJsonType, CompatibleType, enable_if_t< is_complete_type< CompatibleType >::value > >
,
detail::is_constructible_array_type_impl< BasicJsonType, ConstructibleArrayType, enable_if_t< !std::is_same< ConstructibleArrayType, typename BasicJsonType::value_type >::value &&!is_compatible_string_type< BasicJsonType, ConstructibleArrayType >::value &&is_default_constructible< ConstructibleArrayType >::value &&(std::is_move_assignable< ConstructibleArrayType >::value||std::is_copy_assignable< ConstructibleArrayType >::value)&&is_detected< iterator_t, ConstructibleArrayType >::value &&is_iterator_traits< iterator_traits< detected_t< iterator_t, ConstructibleArrayType > > >::value &&is_detected< range_value_t, ConstructibleArrayType >::value &&!std::is_same< ConstructibleArrayType, detected_t< range_value_t, ConstructibleArrayType > >::value &&is_complete_type< detected_t< range_value_t, ConstructibleArrayType > >::value > >
,
detail::is_constructible_object_type_impl< BasicJsonType, ConstructibleObjectType, enable_if_t< is_detected< mapped_type_t, ConstructibleObjectType >::value &&is_detected< key_type_t, ConstructibleObjectType >::value > >
,
detail::is_constructible_string_type< BasicJsonType, ConstructibleStringType >
,
detail::is_getable< BasicJsonType, T >
,
detail::is_iterator_traits< iterator_traits< T > >
,
detail::is_range< T >
,
detail::is_sax< SAX, BasicJsonType >
,
detail::static_const< T >
- w -
w :
detail::dtoa_impl::boundaries
WARNING :
duplicate_code_detection.CliColors
- x -
x :
detail::is_ordered_map< T >::two
Generated by
1.12.0