Home
last modified time | relevance | path

Searched defs:byte_ (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/qpack/
H A Dqpack_instruction_encoder.h80 uint8_t byte_; variable
/aosp_15_r20/art/tools/veridex/
H A Dveridex.h76 static VeriClass* byte_; variable
H A Dveridex.cc47 VeriClass* VeriClass::byte_ = &b_; member in art::VeriClass
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/predefined_types/xsdc_predefined_types_tinyxml_tests/gen/cpp/include/
Dpredefined_types.h119 const std::optional<char> byte_; variable
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/predefined_types/xsdc_predefined_types_tests/gen/cpp/include/
Dpredefined_types.h120 const std::optional<char> byte_; variable
/aosp_15_r20/external/pigweed/pw_bytes/public/pw_bytes/
H A Dbyte_builder.h53 : byte_(byte_ptr) {} in byte_() function
/aosp_15_r20/packages/modules/Bluetooth/system/gd/packet/
Dpacket_builder_unittest.cc85 uint8_t byte_; member in bluetooth::packet::EndianBuilder
/aosp_15_r20/external/ublksrv/include/nlohmann/
H A Djson.hpp4259 …static parse_error create(int id_, std::size_t byte_, const std::string& what_arg, BasicJsonContex… in create()
4279 parse_error(int id_, std::size_t byte_, const char* what_arg) in parse_error()