Home
last modified time | relevance | path

Searched defs:value_string (Results 1 – 21 of 21) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/tests/
Dvalidation_test_input_parser.cc239 const std::string& value_string) { in ParseUnsignedInteger()
261 const std::string& value_string) { in ParseSignedInteger()
282 const std::string& value_string) { in ParseFloat()
294 const std::string& value_string) { in ParseDouble()
307 const std::string& value_string) { in ParseBinarySequence()
326 const std::string& value_string) { in ParseDistance()
339 const std::string& value_string) { in ParseAnchor()
365 const std::string& value_string) { in ParseHandles()
391 const std::string& value_string, in ConvertToUnsignedInteger()
/external/oss-fuzz/infra/cifuzz/
Denvironment.py20 def _eval_value(value_string): argument
/external/tensorflow/tensorflow/compiler/xla/
Dtext_literal_reader.cc88 absl::string_view value_string = absl::StripAsciiWhitespace(pieces[1]); in ReadAllLines() local
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dre2_arg_test.cc19 const char * value_string; member
/external/tensorflow/tensorflow/python/util/protobuf/
Dcompare_test.proto48 map<string, string> value_string = 2; field
/external/perfetto/protos/perfetto/trace/
Dmemory_graph.proto89 optional string value_string = 4; field
Dperfetto_trace.proto7407 optional string value_string = 4; field
/external/libchrome/base/android/
Dcommand_line_android.cc68 std::string value_string (ConvertJavaStringToUTF8(env, jvalue)); in JNI_CommandLine_AppendSwitchWithValue() local
/external/perfetto/include/perfetto/ext/trace_processor/importers/memory_tracker/
Draw_memory_graph_node.h91 std::string value_string; member
Dgraph.h104 const std::string value_string; member
/external/libchrome/base/trace_event/
Dmemory_allocator_dump.h67 std::string value_string; member
/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
Dlldbgdbserverutils.py341 def unpack_endian_binary_string(endian, value_string): argument
367 def unpack_register_hex_unsigned(endian, value_string): argument
/external/llvm-project/llvm/bindings/python/llvm/
Dobject.py407 def value_string(self): member in Relocation
/external/llvm/bindings/python/llvm/
Dobject.py408 def value_string(self): member in Relocation
/external/llvm-project/lldb/source/Utility/
DRegisterValue.cpp418 std::string value_string = std::string(value_str); in SetValueFromString() local
/external/tinyalsa_new/utils/
Dtinymix.c441 static struct control_value to_control_value(const char* value_string) in to_control_value()
/external/libchrome/base/
Dcommand_line.cc351 const std::string& value_string) { in AppendSwitchASCII()
/external/webrtc/modules/audio_coding/audio_network_adaptor/
Dcontroller_manager_unittest.cc332 std::string value_string; variable
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/pb/
Dtest_decoder.cc284 size_t value_string(int* depth, const uint32_t* num, const char* buf, in value_string() function
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc787 string value_string(value, value_len); in CheckAndSetString() local
/external/python/cpython3/Modules/
Dposixmodule.c10797 const char *value_string = PyBytes_AS_STRING(value); in os_putenv_impl() local