HomeSort by relevance Sort by last modified time
    Searched refs:Has (Results 26 - 50 of 63) sorted by null

12 3

  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
extension_set.h 215 bool Has(int number) const;
369 // The caller must ensure that target has sufficient capacity for the
460 // removing it from the map, we just set is_cleared = true. This has no
532 // tag has been read.
621 // Since the ExtensionSet has different methods for each primitive type,
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
extension_set.h 215 bool Has(int number) const;
369 // The caller must ensure that target has sufficient capacity for the
460 // removing it from the map, we just set is_cleared = true. This has no
532 // tag has been read.
621 // Since the ExtensionSet has different methods for each primitive type,
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
extension_set.h 215 bool Has(int number) const;
369 // The caller must ensure that target has sufficient capacity for the
460 // removing it from the map, we just set is_cleared = true. This has no
532 // tag has been read.
621 // Since the ExtensionSet has different methods for each primitive type,
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
extension_set.h 215 bool Has(int number) const;
369 // The caller must ensure that target has sufficient capacity for the
460 // removing it from the map, we just set is_cleared = true. This has no
532 // tag has been read.
621 // Since the ExtensionSet has different methods for each primitive type,
    [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
name_table.h 597 bool Has(int32_t platform_id, int32_t encoding_id, int32_t language_id,
name_table.cc 296 bool NameTable::Builder::Has(int32_t platform_id,
  /external/v8/src/
contexts.cc 320 // 2. Check the context proper if it has slots.
399 failed_whitelist = failed_whitelist || !StringSet::cast(obj)->Has(name);
api.cc 658 // Android has higher physical memory requirements before raising the maximum
659 // heap size limits since it has no swap space.
    [all...]
  /external/v8/src/runtime/
runtime-test.cc 540 return isolate->heap()->ToBoolean(obj->Has##Name()); \
  /external/v8/test/cctest/
test-global-handles.cc 451 CHECK(o->Has(isolate->GetCurrentContext(), v8_str("finalizer")).FromJust());
test-api.cc     [all...]
test-heap-profiler.cc 141 // Check that snapshot has no unretained entries except root.
187 // Verify, that JS global object of env2 has '..2' properties.
    [all...]
test-api-interceptors.cc 857 // Test load of a non-existing global when a global object has an interceptor.
    [all...]
  /external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
timeline_view_test.js 198 * for the scroll to complete. Has to be a task because onscroll and DOM
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
extension_set.h 221 bool Has(int number) const;
402 // The caller must ensure that target has sufficient capacity for the
496 // removing it from the map, we just set is_cleared = true. This has no
590 // tag has been read.
    [all...]
  /external/v8/include/
v8.h 775 * A PersistentBase which has move semantics.
852 * After a handle scope has been created, all local handles will be
859 * After the handle scope of a local handle has been deleted the
862 * for which the handle scope has been deleted is undefined.
    [all...]
  /external/pdfium/xfa/src/fxjse/src/
dynprop.cpp 237 if (!hPropDescriptor->Has(v8::String::NewFromUtf8(pIsolate, "value"))) {
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.24/
truth-0.24.jar 
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 501 DeclarationMatcher HasClassX = recordDecl(has(recordDecl(hasName("X"))));
506 recordDecl(hasName("Y"), has(recordDecl(hasName("X"))));
516 has(recordDecl(
517 has(recordDecl(hasName("X"))),
518 has(recordDecl(hasName("Y"))),
520 has(recordDecl(
521 has(recordDecl(hasName("A"))),
522 has(recordDecl(hasName("B"))),
575 has(recordDecl(
577 has(recordDecl
    [all...]
  /external/protobuf/src/google/protobuf/
extension_set.cc 141 // compiler enforces it for C-style casts since lots of C-style code has
191 bool ExtensionSet::Has(int number) const {
    [all...]
generated_message_reflection.cc 309 // the prototype. Only count the string if it has been changed
618 // Swap has bit.
635 return GetExtensionSet(message).Has(field->number());
884 // Optimization: The default instance never has any fields set.
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 531 * LA(1) is not what we are looking for. If LA(2) has the right token,
620 * that there has been an identifier matched previously and that
712 * MEMO_RULE_UNKNOWN if the rule has not parsed input starting from
713 * start index. If this rule has parsed input starting from the
732 /** Has this rule already parsed input at the current index in the
737 * This method has a side-effect: if we have seen this input for
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
jsoup-1.7.2.jar 
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/
jsoup-1.6.3.jar 
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 94 /// last symbol has been read. The index is the symbol about to be
285 /// lexing then you should not throw an exception to the parser--it has already
553 /// has failed to match. Reset to false upon valid token match.
650 /// A Token object like we'd use in ANTLR 2.x; has an actual string created
653 /// that has a string; the tree node will point at this token. CommonToken
654 /// has indexes into a char stream and hence cannot be used to introduce
    [all...]

Completed in 1999 milliseconds

12 3